LanguageManager.prependSearchPath

Prepends @path to the list of directories where the @manager looks for language files.

See [method@LanguageManager.set_search_path] for details.

class LanguageManager
void
prependSearchPath
(
string path
)

Parameters

path string

a directory or a filename.

Meta